BeanInfo
Each Bean class may have
a BeanInfo class
Defined by the creator of the Bean
BeanInfo can provide exact info on a Bean
Define properties, methods, events
With display names, short help, etc.
With hidden and expert flags
You can define as much/little as you want
Don't have to do everything on day one

Return to Tracks